<? echo $_Session['value'] ?> not working in Chrome
        Posted  
        
            by matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by matt
        
        
        
        Published on 2010-05-06T09:47:03Z
        Indexed on 
            2010/05/06
            10:08 UTC
        
        
        Read the original article
        Hit count: 178
        
php
I have the following:
 <input type="hidden" name="phone_home" value="<? echo $_SESSION['full_home_phone'] ?>">
this works for firefox but not for google chrome.. can anyone help?
thx ahead of time
© Stack Overflow or respective owner